home *** CD-ROM | disk | FTP | other *** search
- Hi there.
- Passing integers to assembly procedures is easy.But passing
- floating point numbers (eg A# etc) is somewhat complicated.We have to
- use Fast Floating Point format(FFP). This means :
- MMMMMMMMMMMMMMMMMMMMMMMMSEEEEEEE where M is the 24bit mantissa, S is
- the sign and E is the exponent.Can anyone tell me how a number (let's
- say 32) is represented in this format? Is it 32 1E0?
- Thanks,
- Gregory.
-
-
-
-